home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000315_news@columbia.edu_Thu Sep 7 15:00:43 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA10327
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 7 Sep 1995 23:38:39 -0400
  3. Received: by apakabar.cc.columbia.edu id AA05898
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 7 Sep 1995 23:38:38 -0400
  5. Path: news.columbia.edu!panix!news.mathworks.com!news.duke.edu!godot.cc.duq.edu!newsfeed.pitt.edu!uunet!in1.uu.net!spool.mu.edu!howland.reston.ans.net!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Kermit file transfer between VMS and Windows.
  9. Message-Id: <1995Sep7.210043.60814@cc.usu.edu>
  10. Date: 7 Sep 95 21:00:43 MDT
  11. References: <42ntdk$6jn@t500.vol.it>
  12. Organization: Utah State University
  13. Lines: 16
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <42ntdk$6jn@t500.vol.it>, mrcznc@mbox.vol.it (Marco Zanchi) writes:
  17. > Hi,
  18. > I'm trying to write a win 16 software to transfer file from a VMS server and a
  19. > PC. I bought the saxsoft's saxcomm libs to get kermit protocol and the file
  20. > transfer seems to work correctly. The problem is that i have no idea on how can
  21. > i send commands to the VMS running kermit in server mode. Is it enough to send a
  22. > simple string with the proper command (eg. get file) or is there a real protocol
  23. > behind the command you send with mskermit?
  24. ----------
  25.     There is a full protocol behind those commands, not simple text
  26. strings. I have not encountered saxcomm so I'll pass by comments on its
  27. Kermit protocol implementation. The rules to the game are contained in
  28. a book, "Kermit, a file transfer protocol" by Frank da Cruz, and supplemented
  29. by more recent protocol additions described in files on kermit.columbia.edu.
  30.     Joe D.